projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d029518
)
(struct it): New member start.
author
Kim F. Storm
<storm@cua.dk>
Tue, 18 Nov 2003 23:42:40 +0000
(23:42 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 18 Nov 2003 23:42:40 +0000
(23:42 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 615d1a02670164f8f339bfb0fc31e9fc0bf10495..131852967b8385ec53365d46c4a11376d27bfaa9 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1778,6
+1778,10
@@
struct it
thus we need at most 16 bytes here. */
Lisp_Object ctl_chars[16];
+ /* Initial buffer or string position of the iterator, before skipping
+ over display properties and invisible text. */
+ struct display_pos start;
+
/* Current buffer or string position of the iterator, including
position in overlay strings etc. */
struct display_pos current;